<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
    zoom: 1;
}
*{
    word-break: break-all;
    -moz-user-select:none;/*ç«ç‹*/
    -webkit-user-select:none;/*webkitæµè§ˆå™¨*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*æ—©æœŸæµè§ˆå™¨*/
    user-select:none;
}
.pagination&gt;li:last-child&gt;a,.pagination&gt;li:first-child&gt;a{
    cursor: pointer;
}
.logo {
    position: absolute;
    left: 156px;
    top: 6px;
}

.navbar {
    margin-right: 136px;
    margin-top: 16px;
    display: inline-block;
}

a.navbar-text, .navbar-text {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

a.navbar-text:hover {
    color: #f00;
}

#dropdownMenu1 {
    position: relative;
    top: -4px;
    padding: 2px 14px;
    border: 1px solid #fff;
    cursor: pointer;
}

#dropdownMenu1 img {
    margin-left: 4px;
}

.slogn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 420px;
    height: 236px;
    margin-top: -118px;
    margin-left: -210px;
    color: #fff;
}

.slogn h3 {
    padding-bottom: 35px;
    font-size: 36px;
    word-wrap: break-word;
    max-height: 114px;
    overflow: hidden;
}

.slogn p {
    width: 420px;
    font-size: 16px;
    word-wrap: break-word;
    max-height: 88px;
    overflow: hidden;
}

.slogn .more {
    display: inline-block;
    margin-top: 68px;
    padding: 14px 60px;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    background-color: #e93d3d;
    cursor: pointer;
}

.slogn .more:hover {
    color: #fff;
    text-decoration: none;
}

.part1 {
    margin-top: 120px;
    font-size: 16px;

}

.welcome {
    position: relative;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #4a5a66;
}

.welcome span {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #ff3434;
}

.intro {
    color: #95a3ae;
}

.server {
    margin: 100px 0;
}

.server h3 {
    margin: 60px 0 30px;
    font-size: 20px;
    font-weight: bold;
    color: #4a5a66;
}

.server p {
    width: 330px;
    color: #95a3ae;
    word-break: break-all;
}

.btnInfo {
    padding: 20px 48px;
    color: #fff;
    background-color: #ff3434;
}

.btnInfo:hover {
    text-decoration: none;
    color: #fff;
}

.part2 {
    margin-top: 178px;
    background-color: #1c2226;
    padding: 150px 0 156px;
    color: #fff;
    font-size: 48px;
}

.blocka {
    display: block;
    font-size: 16px;
}

.part3 {
    margin-bottom: 196px;
    background-color: #fff;
}

.unit {
    font-size: 26px;
}

.title {
    position: relative;
    margin: 100px 0 80px;
}

.title .more{
    position: absolute;
    right: 0;
    top: 12px;
}

.title h3 {
    font-size: 24px;
    color: #4a5a66;
}

.title p {
    font-size: 16px;
    color: #95a3ae;
}

.part4 {
    background-color: #f9f9f9;
}

.part5 {
   
}

.part5 .list-inline li {
    width: 25%;
    float: left;
    margin-bottom: 190px;
}

footer {
    padding: 50px 0;
    color: #fff;
    background-color: #1c2226;
}

footer .container {
    width: 40%;
    min-width: 700px;
}

footer h3 {
    margin: 0 0 30px;
}

.weixin p {
    padding-top: 10px;
    font-size: 14px;
}

.copyright {
    padding-top: 46px;
    font-size: 12px;
    color: #80838e;
}
.copyright a {
    color: #80838e;
}
.copyright a:hover {
    color: #80838e;
    text-decoration: none;
}

.inlineBlock {
    display: inline-block;
}

.item2 {
    width: 400px;
    margin: 0 14px;
}

.mabottom {
    margin-bottom: 14px;
}

.case {
    padding-bottom: 176px;
}

.case h4 {
    padding-top: 30px;
    font-size: 20px;
    color: #4a5a66;
}

.case p {
    height: 68px;
    padding-bottom: 14px;
    font-size: 16px;
    color: #95a3ae;
    overflow: hidden;
}
.caseIMG{
    position: relative;
}
.caseIMG img{
    width: 100%;
}
.casejs{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.53);
}
.casejs a{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;

}
.case li:hover .casejs{
    display: block;
}



.case .times {
    font-size: 16px;
    color: #95a3ae;
}

.slider {
    position: fixed;
    right: 1%;
    top: 50%;
    width: 60px;
    margin-top: -82px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    /*box-shadow: -3px 6px 14px rgba(0, 0, 0, 0.28);*/
}

.slider_con {
    position: relative;
    background-color: #fff;
    z-index: 999;
}

.serqq ,.sertel{
    display: none;
    position: absolute;
    left: -185px;
    top: 0;
    width: 180px;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #eee;
    z-index: 1;
}
.sertel{
    top:52px;
}

.q1 ,.t1{
    padding: 4px 0;
    border-bottom: 1px solid #f3f3f3;
    color: #333;
    display: block;
    text-decoration: none;
}
a.q1:hover{
    color:red;
    text-decoration: none;
}

.q1:last-child, .t1:last-child{
    border: none;
}

.qq {
    margin: 0 12px;
    padding: 16px 0 14px;
    border-bottom: 1px solid #eee;
}

.tel {
    padding: 16px 0;
}

.top {
    padding: 20px 0;
    background-color: #ff3434;
}

body {
    min-width: 1200px;
}

.loading {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100px;
    height: 80px;
    margin-top: -40px;
    margin-left: -50px;
    text-align: center;
    line-height: 80px;
    border-radius: 8px;
}

@-webkit-keyframes slideInRight {
    0% {
        left: -120px;
    }
    to {
        left: -170px;
    }
}

@keyframes slideInRight {
    0% {
        left: -120px;
        visibility: visible
    }
    to {
        left: -185px;
    }
}

.slideInRight {
    -webkit-animation:slideInRight .6s 1;
    -moz-animation:slideInRight .6s 1;
    animation:slideInRight .6s 1;
}
/*.animated{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}*/

.viewinfo a{
    color: #fff;
}

.c_self {
    vertical-align: top;
    margin: 2px 7px 0 0;
    width: 17px;
}
.cursor {
    cursor: pointer;
}
.container-fluid {
    min-width: 830px;
}
ul li{
    list-style-type: none;
}
</pre></body></html>